Lines Matching refs:height
318 buf[p++] = go->height >> 8; in mjpeg_frame_header()
319 buf[p++] = go->height & 0xff; in mjpeg_frame_header()
428 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in mpeg1_frame_header()
584 CODE_ADD(c, go->height, 12); in mpeg1_sequence_header()
620 CODE_ADD(c, go->height, 14); in mpeg1_sequence_header()
730 int mb_count = (go->width >> 4) * (go->height >> 4); in mpeg4_frame_header()
811 CODE_ADD(c, go->height, 13); in mpeg4_sequence_header()
946 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
948 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
950 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
952 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
1016 0xBF46, (go->width >> 4) * (go->height >> 4), in brctrl_to_package()
1087 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in config_package()
1318 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in final_package()
1373 (go->height >> 4) * (go->width >> 4) * 110 / 100, in final_package()