Searched refs:tmp_cr (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mb_template.c | 115 uint16_t *tmp_cr = (uint16_t *)(dest_cr + i * uvlinesize); in FUNC() local 117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC() 127 uint16_t *tmp_cr = (uint16_t *)(dest_cr + i * uvlinesize); in FUNC() local 129 tmp_cr[j] = get_bits(&gb, bit_depth); in FUNC()
|
D | h264_mb.c | 409 uint8_t *tmp_cr = sl->bipred_scratchpad + (16 << pixel_shift); in mc_part_weighted() local 419 tmp_y, tmp_cb, tmp_cr, in mc_part_weighted() 431 chroma_weight_avg(dest_cr, tmp_cr, sl->mb_uvlinesize, in mc_part_weighted() 448 chroma_weight_avg(dest_cr, tmp_cr, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()
|