Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h39 int16_t *coeff_pbuf[MAX_MB_PLANE][3]; member
Dvp9_rdopt.c1393 p[i].coeff = ctx->coeff_pbuf[i][2]; in rd_pick_intra_sbuv_mode()
1398 ctx->coeff_pbuf[i][2] = ctx->coeff_pbuf[i][0]; in rd_pick_intra_sbuv_mode()
1403 ctx->coeff_pbuf[i][0] = p[i].coeff; in rd_pick_intra_sbuv_mode()
3047 p[i].coeff = ctx->coeff_pbuf[i][1]; in swap_block_ptr()
3052 ctx->coeff_pbuf[i][1] = ctx->coeff_pbuf[i][0]; in swap_block_ptr()
3057 ctx->coeff_pbuf[i][0] = p[i].coeff; in swap_block_ptr()
Dvp9_encodeframe.c879 p[i].coeff = ctx->coeff_pbuf[i][1]; in update_state()
886 p[i].coeff = ctx->coeff_pbuf[i][2]; in update_state()
1021 p[i].coeff = ctx->coeff_pbuf[i][0]; in rd_pick_sb_modes()
3133 p[i].coeff = ctx->coeff_pbuf[i][0]; in encode_frame_internal()
Dvp9_firstpass.c551 p[i].coeff = ctx->coeff_pbuf[i][1]; in vp9_first_pass()
Dvp9_onyx_if.c1056 ctx->coeff_pbuf[i][k] = ctx->coeff[i][k]; in alloc_mode_context()