Home
last modified time | relevance | path

Searched refs:qcoeff_pbuf (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h40 int16_t *qcoeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_rdopt.c1394 p[i].qcoeff = ctx->qcoeff_pbuf[i][2]; in rd_pick_intra_sbuv_mode()
1399 ctx->qcoeff_pbuf[i][2] = ctx->qcoeff_pbuf[i][0]; in rd_pick_intra_sbuv_mode()
1404 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff; in rd_pick_intra_sbuv_mode()
3048 p[i].qcoeff = ctx->qcoeff_pbuf[i][1]; in swap_block_ptr()
3053 ctx->qcoeff_pbuf[i][1] = ctx->qcoeff_pbuf[i][0]; in swap_block_ptr()
3058 ctx->qcoeff_pbuf[i][0] = p[i].qcoeff; in swap_block_ptr()
Dvp9_encodeframe.c880 p[i].qcoeff = ctx->qcoeff_pbuf[i][1]; in update_state()
887 p[i].qcoeff = ctx->qcoeff_pbuf[i][2]; in update_state()
1022 p[i].qcoeff = ctx->qcoeff_pbuf[i][0]; in rd_pick_sb_modes()
3134 p[i].qcoeff = ctx->qcoeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_firstpass.c552 p[i].qcoeff = ctx->qcoeff_pbuf[i][1]; in vp9_first_pass()
Dvp9_onyx_if.c1057 ctx->qcoeff_pbuf[i][k] = ctx->qcoeff[i][k]; in alloc_mode_context()