Searched refs:u4_blk_x (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_intra_modes_eval.c | 814 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local 855 u4_blk_x = (b8 & 0x01) << 3; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 859 u4_pix_x = u4_blk_x + ((b4 & 0x01) << 2); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 1095 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local 1141 u4_blk_x = (b8 & 0x01) << 3; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1145 u4_pix_x = u4_blk_x + ((b4 & 0x01) << 2); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
|